home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / Unsupported Libraries / Text3D.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-05  |  756 b   |  36 lines  |  [TEXT/MPS ]

  1. #pragma once
  2. /******************************************************************************
  3.  **                                                                             **
  4.  **     Module:        Text3D.h                                                 **
  5.  **                                                                          **
  6.  **                                                                          **
  7.  **     Purpose:                                                               **
  8.  **                                                                          **
  9.  **                                                                          **
  10.  **                                                                          **
  11.  **     Copyright (C) 1992, 1993 Apple Computer, Inc.  All rights reserved.     **
  12.  **                                                                          **
  13.  **                                                                          **
  14.  *****************************************************************************/
  15. #ifndef Text3D_h
  16. #define Text3D_h
  17.  
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22.  
  23. TQ3GroupObject ReadText(
  24.     void);
  25.  
  26. TQ3GroupObject MakeText(
  27.     char    *str);
  28.  
  29. #ifdef __cplusplus
  30. }
  31. #endif  /*  __cplusplus  */
  32.  
  33. #endif  /*  Text3D_h  */
  34.  
  35.  
  36.